Move to debhelper compat level 10
authorSimon McVittie <smcv@debian.org>
Fri, 7 Oct 2016 21:15:48 +0000 (22:15 +0100)
committerSimon McVittie <smcv@debian.org>
Fri, 7 Oct 2016 21:16:17 +0000 (22:16 +0100)
  - stop using dh --parallel, it's the default now
  - don't use autoreconf and systemd addons explicitly, they are
    the default now

debian/changelog
debian/compat
debian/control
debian/rules

index b40fdd75024dfeb7a246fa3b4681c2974ceb1c9d..c8a51c63b006232d488b550897ab2dc9a5ffdfff 100644 (file)
@@ -7,6 +7,10 @@ ostree (2016.11-1) UNRELEASED; urgency=medium
     and mark gir1.2-ostree-1.0 as Multi-Arch: same
   * libostree-dev: stop depending on ostree. It isn't necessary to
     use the library, and would break multiarch installability
+  * Move to debhelper compat level 10
+    - stop using dh --parallel, it's the default now
+    - don't use autoreconf and systemd addons explicitly, they are
+      the default now
 
  -- Simon McVittie <smcv@debian.org>  Wed, 21 Sep 2016 21:58:32 +0100
 
index ec635144f60048986bc560c5576355344005e6e7..f599e28b8ab0d8c9c57a486c89c4a5132dcbd3b2 100644 (file)
@@ -1 +1 @@
-9
+10
index 0e5b0d813f9bac681ed74ad411a56a58102a6923..ad4f7fae8551a76a9781960afb8940199daef20c 100644 (file)
@@ -9,9 +9,7 @@ Build-Depends:
  attr,
  bison,
  cpio,
- debhelper (>= 9),
- dh-autoreconf,
- dh-systemd,
+ debhelper (>= 10~),
  docbook-xml,
  docbook-xsl,
  e2fslibs-dev,
index 5636f69401181ccf5317d40558fc690cde9fb932..77fb759f5f52353a16ceb2f540187964a727d763 100755 (executable)
@@ -4,7 +4,7 @@ export DEB_BUILD_MAINT_OPTIONS = hardening=+all
 export DEB_LDFLAGS_MAINT_APPEND = -Wl,--as-needed
 
 %:
-       dh $@ --parallel --with=autoreconf,gir,systemd
+       dh $@ --with=gir
 
 override_dh_auto_clean:
        if [ -e Makefile ]; then dh_auto_clean; fi